Skip to content

TCA-958 sync fcc -> dev #108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 553 commits into
base: dev
Choose a base branch
from
Open

TCA-958 sync fcc -> dev #108

wants to merge 553 commits into from

Conversation

vas3a
Copy link
Collaborator

@vas3a vas3a commented Mar 10, 2023

Merge latest from freeCodeCamp:main into our dev branch.

jeremylt and others added 30 commits January 30, 2023 09:26
…reeCodeCamp#49167)

* fix - make farey solution/tests match definition

* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/farey-sequence.md

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>

* fix typo

---------

Co-authored-by: Krzysztof G. <60067306+gikf@users.noreply.github.com>
* Fix(curriculum) - Prevent an oversight in step 27 of the cat app

* Fix(curriculum) - Remember to make the queried nodes iterable
* feat: split odin project block into two blocks

* refactor: remove redundant isOdinProject checks

* fix: revert checkbox outline changes

Keyboard users need a way to see what's currently in focus, so we can't
hide the outline

* fix: add help category

* fix: use HTML-CSS help category

---------

Co-authored-by: sembauke <semboot699@gmail.com>
Co-authored-by: Emre Apaydin <emre.apaydin@cultofcoders.com>
…reeCodeCamp#49199)

Made instructions clear for accessibility quiz (step 57)

Co-authored-by: Suryansh Anand <suryansh.anand42@gmail.com>
…49204)

Chore(curriculum) - Include paragraph tags in edit region
* chore: rename file

* chore: migrate sass ts
freeCodeCamp#49161)

* Changed verbiage of the cat photo app lesson.

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5efc4f528d6a74d05e68af74.md

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>

---------

Co-authored-by: Muhammed Mustafa <muhammed@freecodecamp.org>
* fix: mark new JS projects as upcoming changes

* fix: verify all non-cert superblocks have metas

* fix: remove special handling of new JS challenges
…p#49225)

* fix: removed unnecessary CSS class

Removed the CSS class "right" which is used in places where it is not needed.

* Update 615f94786869e1a7fec54375.md

* fix: removed unnecessary css class

Removed the CSS class "right" which is used in places where it is not needed.
* fix: move the console in the multifile editor to below the preview

* fix: go back to single displayConsole, move project based / multifile
logic into the jsx

* revert: previewPane flex value

* feat: refactor to allow console to open up the preview panel and take up all the vertical space

* fix: simplify editor layout logic
feat(client): make the console.log RTL

Co-authored-by: hbar1st hanaab@gmail.com
…p#49157)


Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
fix: keep editable region as empty array

There's no need to make it undefined, since editors without editable
regions are initiated with [] and the editor knows that an empty array
means the editable region doesn't exist.
WalidMoua and others added 20 commits March 6, 2023 15:59
…reeCodeCamp#49587)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
)

* fix(curriculum): specifies the cafe's street address
)

* feat(api): validate environment variables before use

This is similar in concept to ensure-env, but a little simpler since
there is no need to put the data in a file before the api can consume
it.

* refactor: combine the two env files
* fix(api): use pnpm to manage pm2

This means that pm2 will get the correct NODE_PATH environment variable.
Also, if we use pnpm to manage node, this ensure that pm2 will use that
node version.

* docs(devops): update api install and update docs

* feat: set node version via npmrc

This means that all scripts (pnpm run ...) will use this node version.
The only way to get other node versions is to invoke `node` directly.

* fix(docs): update api docs for pnpm installation

* feat: use pm2 from root

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
* freeCodeCamp#49562 Issue:Fix lang attribute issue

* fix(curriculum): updated lang attribute issue
* feat(client): clean extra css property

* remove the extra panel default property
Copy link

@testflyjets testflyjets left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's not merge this until we get the course generator refactored for Postgres. Also, how would this update impact the changes we made to the Replit repo URLs?

@vas3a
Copy link
Collaborator Author

vas3a commented Mar 10, 2023

Yes, just put this up, but I'll wait with the merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.